Click or drag to resize

EncryptionKey Class

Represents encryption key.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpEncryptionKey

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class EncryptionKey

The EncryptionKey type exposes the following members.

Constructors
  NameDescription
Public methodEncryptionKey
Initializes a new instance of the EncryptionKey.
Public methodEncryptionKey(EncryptionMethod)
Initializes a new instance of the EncryptionKey class with the specified method.
Public methodEncryptionKey(EncryptionMethod, String)
Initializes a new instance of the EncryptionKey class with the specified method and key.
Top
Properties
  NameDescription
Public propertyKey
Gets or sets encryption key.
Public propertyMethod
Gets or sets encryption method.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a encryption key to its EncryptionKey equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also